Skip to main content

visited

Type

property

Summary

Specifies whether a button or grouped text has been clicked during the current session.

Syntax

set the visited of <button> to {true | false}
set the visited of <chunk> of <field> to {true | false}

Description

Use the visited property to determine whether the user has previously used a function or traversed a link.

The visited property is automatically reset to false when the stack is closed (and purged from memory).

Examples

set the visited of button "Start Here" to false
if the visited of the clickChunk then go back

object: stack

property: visitedIcon, linkVisitedColor

glossary: property, chunk, grouped text

keyword: button

Compatibility and Support

Introduced

LiveCode 1.1

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?